home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / demo / GameSmithDemos.lha / GameSmith_Demos / DEMO < prev    next >
Text File  |  1995-01-16  |  536b  |  46 lines

  1. if EXISTS aqua
  2.     cd aqua
  3.     aqua
  4.     cd /
  5. endif
  6. if EXISTS cyber_flight
  7.     cd cyber_flight
  8.     cyber_flight
  9.     cd /
  10. endif
  11. if EXISTS bubble
  12.   cd bubble
  13.   bubbles 12
  14.   bubbles 12 hires
  15.   bubble_blank 12
  16.   bubble_blank 7
  17.   bubble_line 12
  18.   bubble_rastport 11
  19.   bubble_virtual 30
  20.   bubble_scroll 12
  21.   bubble_copper 12
  22.   cd /
  23. endif
  24. if EXISTS tilemap
  25.     cd tilemap
  26.     2wayscroller
  27.     cd /
  28. endif
  29. if EXISTS parallax
  30.     cd parallax
  31.     pdemo
  32.     cd /
  33. endif
  34. if EXISTS tutorial
  35.     cd tutorial
  36.     battle_NTSC
  37.     cd /
  38. endif
  39.  
  40. if EXISTS moonrocks
  41.     cd moonrocks
  42.     moonrocks
  43.     cd /
  44. endif
  45.  
  46.